home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- *
- * Defs.rh
- *
- * This is the top level #include file for the Rayshade Standard
- * Header Files. It defines the constants, and #includes the
- * other header files in the package.
- *
- * Please do not edit this file, or any of the other files in
- * this package! Make additions to these in your own separate
- * file. If you think you have something that should be added
- * permanently, please send it to Larry Coffin and/or David
- * DeBry (email addresses listed below). If we include it in
- * the next release, we'll put your name in the contributor's
- * list.
- *
- * Contributors (in alphabetical order):
- * Larry Coffin <lcoffin@clciris.chem.umr.edu>
- * David DeBry <ddebry@dsd.es.com>
- */
-
- #ifndef RSHF_DEFS
- #define RSHF_DEFS
-
- /************************************************************************
- * Including other Rayshade header files
- */
-
- /*#define RSDEFS /usr/people/c/lcoffin/include/rsdefs*/
- #define RSDEFS .
-
- #include "Macros/stdconst.rh"
- #include "Macros/stdmacros.rh"
- #include "Views/stdviews.rh"
- #include "Surfaces/stdsurf.rh"
- #include "Textures/stdtxtr.rh"
- #include "Objects/objs.rh"
-
- #endif /* ifndef RSHF_DEFS */
-
-